Audio From Video Options
data class AudioFromVideoOptions(val keepTrimSettings: Boolean = true, val muteOriginalVideo: Boolean = false)
Properties
Link copied to clipboard
If true, the audio block will have the same duration, trim length, and trim offset as the source video. If false, the full audio track is extracted without trim settings. The default value is true.
Link copied to clipboard
If true, mutes the audio of the original video fill block. The default value is false.